Skip to content

Add iou_complement as a configurable alternative distance function to center_distance (for detection and tracking evaluation)#1075

Open
sbarkby wants to merge 8 commits intonutonomy:masterfrom
sbarkby:master
Open

Add iou_complement as a configurable alternative distance function to center_distance (for detection and tracking evaluation)#1075
sbarkby wants to merge 8 commits intonutonomy:masterfrom
sbarkby:master

Conversation

@sbarkby
Copy link

@sbarkby sbarkby commented Apr 23, 2024

This PR introduces the Intersection Over Union complement (1.0 - IOU) as an alternative distance function for determining matches and the calculation of metrics, such as MOTP. The use of this distance function has been made configurable in the detection_cvpr_2019.json and tracking_nips_2019.json config files for detection and tracking evaluation respectively. Fortunately the codebase was already setup to cater for alternative distance functions, so the coding change proposed here is minimal.

Also note that this PR poses no change to the default operation of the evaluator, it will continue to use "center_distance" as it's distance function by default.

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants